Don't show char name for multi-char translations
authorRobert Pluim <rpluim@gmail.com>
Mon, 24 Jun 2024 12:33:30 +0000 (14:33 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 24 Jun 2024 12:39:03 +0000 (14:39 +0200)
commit96e27c2ecf9914cbb9d2e0824adf501082f88ef6
tree2027ca2b0a4642b469e9d1a3437852868cd45202
parent0715abfa86acb1289074ac7647984941c71759ec
Don't show char name for multi-char translations

I forgot about shift-translation when implementing this originally, so
this code was being triggered for things like 'C-S-<up>'.

* lisp/help.el (help-key-description): Check if the translation result
is a single char.

(Bug#71411)
lisp/help.el